# AWS Fargate
See [[Serverless architecture]]
From ChatGPT:
> AWS Fargate is a serverless compute engine for containers that allows developers to run containers without managing the underlying infrastructure. It provides a fully managed, on-demand platform for deploying and scaling containerized applications. With Fargate, developers can easily deploy containerized applications to the cloud, and AWS manages the underlying infrastructure, including servers, clusters, and scaling. This makes it easier to build and deploy applications, reduces operational overhead, and improves security by abstracting away the underlying infrastructure. Fargate integrates with other AWS services such as Amazon Elastic Container Service (ECS) and Kubernetes, allowing developers to use familiar tools and workflows. Overall, Fargate provides a flexible, scalable, and cost-effective solution for running containerized applications in the cloud.